Package com.netscape.certsrv.authority
Class AuthorityClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.authority.AuthorityClient
- Author:
- Fraser Tweedale <ftweedal@redhat.com>
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityClient(PKIClient client, String subsystem) AuthorityClient(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateCA(AuthorityData data) voidgetChainPEM(String caIDString) listCAs()modifyCA(AuthorityData data)
-
Constructor Details
-
Method Details
-
listCAs
- Throws:
Exception
-
findCAs
public Collection<AuthorityData> findCAs(String id, String parentID, String dn, String issuerDN) throws Exception - Throws:
Exception
-
getCA
- Throws:
Exception
-
getChainPEM
- Throws:
Exception
-
createCA
- Throws:
Exception
-
modifyCA
- Throws:
Exception
-
deleteCA
- Throws:
Exception
-